Skip to content

Add /pr slash command to automate pull request creation#10

Merged
dfalling merged 1 commit into
mainfrom
add-claude-pr-skill
May 30, 2026
Merged

Add /pr slash command to automate pull request creation#10
dfalling merged 1 commit into
mainfrom
add-claude-pr-skill

Conversation

@dfalling
Copy link
Copy Markdown
Owner

Summary

  • Adds a .claude/commands/pr.md slash command that automates PR creation for this repo
  • Runs the same checks CI enforces before pushing: bunx tsc --noEmit, bun run lint (biome), and bun run test -- --ci, plus bun run codegen when GraphQL changes
  • Commits any outstanding changes, pushes the branch, and detects issue numbers in branch names to append Closes #<n>
  • Enables squash automerge by default (opt out with no-automerge)

🤖 Generated with Claude Code

Standardizes PR creation so contributors run the same CI checks (tsc,
biome, jest) locally before pushing, auto-detect issue numbers from
branch names for closing references, and enable squash automerge by
default.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dfalling dfalling enabled auto-merge (squash) May 30, 2026 14:51
@dfalling dfalling merged commit 94eccc7 into main May 30, 2026
2 checks passed
@dfalling dfalling deleted the add-claude-pr-skill branch May 30, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant